#include <assert.H>
#include <vector>
Include dependency graph for THandle.h:

Go to the source code of this file.
Compounds | |
| class | THandle |
| class | THandleMgr |
Defines | |
| #define | SAFE_DELETE(p) { if(p) { delete (p); (p)=NULL; } } |
| #define | SAFE_DELETE_ARRAY(p) { if(p) { delete[] (p); (p)=NULL; } } |
| #define | SAFE_RELEASE(p) { if(p) { (p)->Release(); (p)=NULL; } } |
Typedefs | |
| typedef unsigned long | DWORD |
Enumerations | |
| enum | EraseType { ERASE_UNKNOWN, ERASE_NORMAL, ERASE_DELETE, ERASE_DELETE_ARRAY, ERASE_RELEASE } |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3